home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / input / all.h next >
Encoding:
C/C++ Source or Header  |  1997-09-17  |  194 b   |  14 lines

  1. #ifndef INPUT_ALL_H
  2. #define INPUT_ALL_H TRUE
  3.  
  4. #ifndef INPUT_KEYBOARD_H
  5. #include <input/keyboard.h>
  6. #endif
  7.  
  8. #ifndef INPUT_JOYPORTS_H
  9. #include <input/joyports.h>
  10. #endif
  11.  
  12. #endif /* INPUT_ALL_H */
  13.  
  14.